home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 49
/
Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso
/
-serious-
/
misc
/
football
/
locale
/
english
/
user
/
performancerating.data
< prev
next >
Wrap
Text File
|
1999-11-29
|
703b
|
17 lines
/* English Translation for PerformanceRating.rexx */
var.1 = "pr_error = 'ERROR : (PerformanceRating)'"
var.2 = "pr_one = 'Unable to find '"
var.3 = "pr_two = 'Unable to open '"
var.4 = "pr_three = 'Performance Ratings For '"
var.5 = "pr_four = 'Performance Ratings: Calculated by division of Matches.'"
var.6 = "pr_txt1 = ' Home Away'"
var.7 = "pr_txt2 = 'Pos Team Pld GlsF GlsA Cln Pts Pld GlsF GlsA Cln Pts Number'"
/* Please don't change the following lines */
setclip('VarCount', 7)
do i = 1 to 7
call setclip('var.'i, var.i)
end